Click or drag to resize

MoveMethod Constructor (String, String)

Initializes a new instance of the MoveMethod class with the specified source and destination.

Namespace:  Independentsoft.Webdav.Methods
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MoveMethod(
	string source,
	string destination
)

Parameters

source
Type: SystemString
The URI of the resource to move.
destination
Type: SystemString
The URI of the destination resource.
See Also